/* CSS Document */

/* #006934 */

html {
    font-size: 10px;
}

body {
    font-family: "PingFang SC", "Microsoft YaHei", 微软雅黑, "Hiragino Sans GB", STHeiti, sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0;
}

img {
    border: 0;
}

A:link {
    COLOR: #333;
    TEXT-DECORATION: none;
}

A:visited {
    COLOR: #333;
    TEXT-DECORATION: none;
}

A:hover {
    COLOR: #333;
    TEXT-DECORATION: none;
}

A:active {
    COLOR: #ff2525;
    TEXT-DECORATION: none;
}

a,
a:hover,
a:visited,
a:link,
a:focus {
    text-decoration: none;
    outline: none;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before,
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
    display: none;
}

.hold-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border-collapse: collapse;
    list-style-type: none
}

* {
    margin: 0;
    padding: 0;
    hide-focus: expression(this.hideFocus=true);
    /* for ie 5+ */
    outline: none;
    /* for firefox 1.5 + */
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.hold-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.normalPage .subject {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}


/**** header ****/
header {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

header .header-con {
    position: relative;
    overflow: hidden;
    padding: 1% 0;
}

header .header-logo {
    float: left;
    width: 40%;
}

header .header-logo img {
    width: 50%;
}

header .header-nav {
    float: right;
    width: 60%;
    position: relative;
    margin-top: 1.4%;
}

header .header-nav>ul {
    overflow: hidden;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

header .header-nav>ul>li {
    float: left;
    width: 13.66%;
    text-align: center;
}

header .header-nav>ul>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    text-decoration: none;
}

header .header-nav>ul>li:hover>a,
header .header-nav>ul>li.active>a {
    color: #e60012;
}

header .header-navSec {
    position: fixed;
    /*top: 74px;*/
    z-index: 33;
    background-color: #fff;
    overflow: hidden;
    padding: 2%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
    display: none;
}

header .header-navSec .header-navSec-l {}

header .header-navSec .header-navSec-l p {
    width: 220px;
    font-size: 16px;
}

header .header-navSec .header-navSec-m {
    margin-left: 2%;
    border-left: 1px solid #eee;
}

header .header-navSec .header-navSec-m>ul {
    width: 170px;
    padding: 0 30px;
}

header .header-navSec .header-navSec-m>ul>li {
    border-bottom: 1px solid #eee;
}

header .header-navSec .header-navSec-m>ul>li>a {
    font-size: 16px;
    color: #333;
    outline: none;
    text-underline: none;
    text-decoration: none;
}

header .header-navSec .header-navSec-m>ul>li>a:hover {
    color: #e60012;
    outline: none;
    text-underline: none;
    text-decoration: none;
}

header .header-navSec .header-navSec-r {}

header .header-navSec .header-navSec-r img {}

header .header-nav li.open:hover .header-navSec {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
}

header .header-top {
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    font-size: 12px;
}

.body-content {
    overflow: hidden;
}

/** banner **/
.home-banner {
    width: 100%;
}

.home-banner .swiper-container {
    --swiper-theme-color: #ff6600;
    --swiper-navigation-color: #e60012;
    --swiper-navigation-size: 40px;
}

.home-banner .swiper-slide {}

.home-banner .swiper-slide img {
    width: 100%;
}

.home-banner .swiper-button-prev {}

.home-banner .swiper-button-next {}

.home-banner .swiper-button-prev:after,
.home-banner .swiper-button-next:after {
    color: #fff;
}

.homeBanner-txt {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homeBanner-txt p {
    color: #e60012;
    -webkit-text-shadow: 0 0 10px #fff;
    -moz-text-shadow: 0 0 10px #fff;
    -ms-text-shadow: 0 0 10px #fff;
    -o-text-shadow: 0 0 10px #fff;
    -khtml-text-shadow: 0 0 10px #fff;
    text-shadow: 0 0 10px #fff;
}

.box_skitter .info_slide_dots .image_number {
    background-color: #e60012;
}

.box_skitter .info_slide_dots .image_number_select,
.box_skitter .info_slide_dots .image_number_select:hover {
    background-color: #fff;
}


.home-slogan {
    background: url("../image/homeSloganBg.png") no-repeat center bottom;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.home-slogan .row>div {
    width: 20%;
    float: left;
    border-right: 1px solid #ccc;
    margin: 20px 0 30px 0;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
}

.home-slogan i.icon {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 6px;
}

.home-slogan span {
    font-size: 16px;
    vertical-align: middle;
}

.home-slogan .row>div:hover i.icon {
    color: #fabe00;
}

.home-slogan .row>div:hover span {
    color: #fabe00;
}

.home-slogan .row>div:nth-child(2) i.icon,
.home-slogan .row>div:nth-child(4) i.icon,
.home-slogan .row>div:nth-child(5) i.icon {
    font-size: 36px;
    margin-right: 2px;
}

.normal-title {
    text-align: center;
    padding-bottom: 1%;
}

.normal-title p:nth-child(1) {
    font-size: 26px;
    position: relative;
    display: inline-block;
}

.normal-title p:nth-child(1):before {
    content: '';
    display: block;
    position: absolute;
    left: -130px;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: rgba(204, 204, 204, 0.5);
}

.normal-title p:nth-child(1):after {
    content: '';
    display: block;
    position: absolute;
    right: -130px;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: rgba(204, 204, 204, 0.5);
}

.normal-title p:nth-child(2) {
    display: none;
    font-size: 16px;
    color: #ababab;
    line-height: 16px;
}

/** company **/
.companyPage {
    width: 100%;
}

.companyPage .companyPage-con {
    margin-top: 3%;
}

.companyPage .companyPage-con-r {
    float: right;
    margin-left: 4%;
}

.companyPage .companyPage-info {
    margin-top: 5%;
    margin-bottom: 6%;
    position: relative;
}

.companyPage .companyPage-info-title {
    font-size: 26px;
    text-align: center;
    color: #e60012;
    margin-bottom: 4%;
}

.companyPage .companyPage-info-pic {
    overflow: hidden;
}

.companyPage .companyPage-info-pic img {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.companyPage .companyPage-info-pic img:last-child {
    margin-right: 0;
}

.companyPage .companyPage-info-txt {
    position: relative;
    line-height: 24px;
    width: 90%;
    margin: 2% auto 0 auto;
}

.companyPage .companyPage-info-txt:before {
    /*content: '';*/
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 8px;
}

.companyPage .companyPage-info-txt,
.companyPage .companyPage-info-txt span {
    font-size: 16px;
    text-indent: 32px;
    display: block;
}

.companyPage .companyPage-manage-pic {
    width: 60%;
    border: 1px solid #fff;
    box-shadow: 10px 10px 0 #fbb102;
}

.companyPage .companyPage-manage-pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 1px;
    background-color: #ccc;
}

.companyPage .companyPage-manage-pic:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -11px;
    right: 0;
    width: 38%;
    height: 1px;
    background-color: #ccc;
}

.companyPage .companyPage-manage-pic img {}

.companyPage .companyPage-manage-txt {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
}

.companyPage .companyPage-manage-txt p {
    font-size: 20px;
    margin-bottom: 8%;
}

.companyPage .companyPage-manage-txt p:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #e60012;
    margin-right: 8px;
}

.companyPage .companyPage-manage-txt p:nth-child(4) {
    margin-bottom: 0;
}

.companyPage .companyPage-organize {
    text-align: center;
}

.companyPage .companyPage-organize img {}

.companyPage .companyPage-elegant {}

.companyPage .companyPage-elegant>div {
    margin-bottom: 1%;
}

.companyPage .companyPage-elegant>div img:nth-child(1) {
    width: 49%;
    margin-right: 1%;
    margin-left: 1%;
}

.companyPage .companyPage-elegant>div img:nth-child(2) {
    width: 49%;
}

.companyPage .companyPage-elegant-txt {
    margin-top: 4%;
    border-top: 1px solid #fabe00;
    padding: 2% 0;
    margin-bottom: 0;
}

.companyPage .companyPage-elegant-txt p {
    font-size: 16px;
}

.companyPage .companyPage-elegant-txt p:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fabe00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
}

.companyPage .companyPage-bg {
    width: 100%;
}

.companyPage .companyPage-bg>img {
    width: 100%;
}

/** equipment **/
.home-equipment {
    margin-top: 3%;
    position: relative;
}

.home-equipment .home-equipment-con {
    background: url("../image/equipmentBg.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 6% 0;
    position: relative;
}

.home-equipment .homeEquipSwiper {
    width: 90%;
}

.home-equipment .home-equipment-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.home-equipment .home-equipment-itemPic {
    overflow: hidden;
}

.home-equipment .home-equipment-item>p {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.home-equipment .home-equipment-item>p:nth-child(3) {
    font-size: 14px;
    margin-top: 0;
    line-height: 18px;
}

.home-equipment .home-equipment-itemPic>img {}

.home-equipment .home-equipment-itemMore {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
}

.home-equipment .home-equipment-itemMore p:nth-child(1) {
    line-height: 30px;
}

.home-equipment .home-equipment-itemMore p:nth-child(1) i {
    font-size: 40px;
    color: #fabe00;
}

.home-equipment .home-equipment-itemMore p:nth-child(2) {
    font-size: 14px;
    color: #fabe00;
    line-height: 14px;
}

.home-equipment .swiper-button-prev {
    outline: none;
}

.home-equipment .swiper-button-prev,
.home-equipment .swiper-button-next {
    outline: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-equipment .swiper-button-prev:after,
.home-equipment .swiper-button-next:after {
    color: #fff;
    font-size: 30px;
}

.home-equipment .home-equipment-item:hover .home-equipment-itemMore {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/** company **/
.home-company {
    background-color: #f3f3f3;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    margin-top: -2px;
    padding-bottom: 3%;
}

.home-company .home-company-con {
    margin-top: 3%;
    overflow: hidden;
    position: relative;
}

.home-company .home-company-l {
    float: left;
    width: 70%;
    position: relative;
    padding-left: 10%;
}

.home-company .home-company-pic {}

.home-company .home-company-pic>img {}

.home-company .home-company-intro {
    position: absolute;
    left: 10px;
    top: 10%;
    width: 42%;
    height: 80%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 4%;
    border-bottom: 2px solid #fabe00;
}

.home-company .home-company-intro>p:nth-child(1) {
    font-size: 18px;
    color: #e60012;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}

.home-company .home-company-intro>p:nth-child(2) {}

.home-company .home-company-introCon {
    margin-top: 10%;
}

.home-company .home-company-introCon p {
    font-size: 16px;
    margin-bottom: 2%;
}

.home-company .home-company-moreBtn {
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fabe00;
    padding: 20px 10px;
    -webkit-transform: translate(70%, -50%);
    -moz-transform: translate(70%, -50%);
    -ms-transform: translate(70%, -50%);
    -o-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
}

.home-company .home-company-moreBtn img {}

.home-company .home-company-r {
    width: 30%;
    height: 100%;
    padding-left: 2%;
    position: absolute;
    right: 0;
}

.home-company .home-company-item {
    background-color: #fff;
    margin-bottom: 2%;
    height: 24.1%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    border-bottom: 2px solid #fff;
    position: relative;
}

.home-company .home-company-item:last-child {
    margin-bottom: 0;
}

.home-company .home-company-itemPic {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e60012;
    border-radius: 50%;
    margin-right: 6%;
}

.home-company .home-company-itemPic i {
    font-size: 24px;
    color: #e60012;
}

.home-company .home-company-item:nth-child(3) .home-company-itemPic i {
    font-size: 20px;
}

.home-company .home-company-itemTxt {
    width: 136px;
}

.home-company .home-company-itemTxt>p:nth-child(1) {
    font-size: 18px;
}

.home-company .home-company-itemTxt>p:nth-child(2) {
    font-size: 12px;
    text-transform: uppercase;
}

.home-company .home-company-item:hover {
    border-bottom: 2px solid #fbb102;
}

.home-company .home-company-item:hover .home-company-itemPic {
    background-color: #fbb102;
    border: 1px solid #fbb102;
}

.home-company .home-company-item:hover .home-company-itemPic i {
    color: #fff;
}

/** contact **/
.home-contact {
    margin-top: 3%;
    padding: 3% 0;
    background: url("../image/contactBg.jpg") no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.home-contact .home-contact-con {
    overflow: hidden;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
}

.home-contact .home-contact-l {
    float: left;
    width: 60%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
}

.home-contact .home-contact-EWM {}

.home-contact .home-contact-EWM img {}

.home-contact .home-contact-EWM p {
    font-size: 12px;
    text-align: center;
    color: #333;
    margin-top: 10px;
}

.home-contact .home-contact-info {
    margin-left: 4%;
    padding-left: 4%;
    border-left: 1px dotted #333;
}

.home-contact .home-contact-info p:nth-child(1)>span:nth-child(1) {
    display: inline-block;
    width: 26px;
    text-align: right;
    vertical-align: middle;
}

.home-contact .home-contact-info p img {
    width: 18px;
}

.home-contact .home-contact-info p {}

.home-contact .home-contact-info p i {
    display: inline-block;
    width: 26px;
    vertical-align: middle;
    color: #333;
    text-align: right;
}

.home-contact .home-contact-info p:nth-child(2) i {
    font-size: 28px;
    line-height: 28px;
}

.home-contact .home-contact-info p:nth-child(3) i {
    font-size: 18px;
}

.home-contact .home-contact-info p:nth-child(4) i {
    font-size: 20px;
}

.home-contact .home-contact-info p span {
    font-size: 15px;
    color: #333;
}

.home-contact .home-contact-r {
    float: right;
    width: 40%;
    border: 1px solid #fff;
    padding: 1px;
}

.home-contact .home-contact-r img {}

.home-contact .home-contact-r iframe {
    width: 100%;
    height: 300px;
    border: none;
}

/** product **/
.home-products {
    margin-top: 3%;
}

.home-products .home-products-con {
    margin-top: 1%;
}

.home-products .home-products-nav {
    overflow: hidden;
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
}

.home-products .home-products-nav>div {
    float: left;
    width: 32%;
    text-align: center;
    font-size: 16px;
    margin-right: 2%;
    background-color: #e60012;
    margin-bottom: 1%;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 8px;
}

.home-products .home-products-nav>div a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.home-products .home-products-nav>div:nth-child(3n+3) {
    margin-right: 0;
}

.home-products .home-products-nav>div span {
    display: block;
    font-size: 14px;
    line-height: 14px;
}

.home-products .home-products-container {
    overflow: hidden;
    margin-top: 2%;
}

.home-products .home-products-container>div {
    overflow: hidden;
    display: none;
}

.home-products .home-products-item {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    cursor: pointer;
}

.home-products .home-products-item:nth-child(3n+3) {
    margin-right: 0;
}

.home-products .home-products-item:not(:last-child) {}

.home-products .home-products-itemPic {
    overflow: hidden;
}

.home-products .home-products-itemPic>img {
    width: 100%;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.home-products .home-products-itemName {
    text-align: center;
    position: relative;
    background-color: #e60012;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}

.home-products .home-products-itemName span:nth-child(1) {}

.home-products .home-products-itemName span:nth-child(2) {
    background-color: #fff;
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
}

.home-products .home-products-itemName span:nth-child(2) i.icon {
    color: #fabe00;
}

.home-products .home-products-item:nth-child(6) {
    /*padding-top: 40px;*/
    /*background-color: rgba(249, 171, 23, 0.6);*/
}

.home-products .home-products-item:nth-child(6)>div img {
    /*opacity: 0;*/
    /*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);*/
    /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);*/
}

.home-products .home-products-item:nth-child(6)>p {
    /*width: 100%;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 0;*/
    /*background-color: #e60012;*/
    /*-webkit-display: flex;*/
    /*-moz-display: flex;*/
    /*-ms-display: flex;*/
    /*-o-display: flex;*/
    /*-khtml-display: flex;*/
    /*display: flex;*/
    /*-webkit-justify-content: center;*/
    /*-moz-justify-content: center;*/
    /*-ms-justify-content: center;*/
    /*-o-justify-content: center;*/
    /*-khtml-justify-content: center;*/
    /*justify-content: center;*/
    /*-webkit-align-items: center;*/
    /*-moz-align-items: center;*/
    /*-ms-align-items: center;*/
    /*-o-align-items: center;*/
    /*-khtml-align-items: center;*/
    /*align-items: center;*/
}

.home-products .home-products-item:nth-child(6)>p span:nth-child(1) {
    /*color: #fff;*/
    /*margin-right: 4%;*/
    /*letter-spacing: 2px;*/
    /*padding: 0 10px;*/
}

.home-products .home-products-item:nth-child(6)>p span:nth-child(2) {
    /*position: static;*/
}

.home-products .home-products-item:nth-child(6)>p span:nth-child(2) i.icon {}

.home-products .home-products-nav>div:hover,
.home-products .home-products-nav>div.active {
    background-color: #f5a813;
}

.home-products .home-products-item:hover .home-products-itemName {
    background-color: #fabe00;
}

.home-products .home-products-item:hover .home-products-itemName span:nth-child(2) i.icon {
    color: #fabe00;
}

.home-products .home-products-item:hover .home-products-itemPic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.home-products .home-products-machine {
    margin-top: 2%;
}

/** equipmentPage **/
.equipmentPage {}

.equipmentPage .equipmentPage-con {
    margin-top: 3%;
    margin-bottom: 6%;
}

.equipmentPage .equipmentPage-con-r {
    float: right;
    margin-left: 4%;
}

.equipmentPage .equipmentPage-container {
    margin-top: 4%;
    overflow: hidden;
}

.equipmentPage .equipmentPage-item {
    margin-right: 2%;
    margin-bottom: 3%;
    width: 32%;
    float: left;
    overflow: hidden;
    position: relative;
}

.equipmentPage .equipmentPage-item:nth-child(3n+3) {
    margin-right: 0;
}

.equipmentPage .equipmentPage-itemPic {
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 4%;
}

.equipmentPage .equipmentPage-itemPic img {
    width: 100%;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.equipmentPage .equipmentPage-item>p {
    text-align: center;
    font-size: 16px;
    padding: 2% 0;
}

.equipmentPage .equipmentPage-item:hover .equipmentPage-itemPic>img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.equipmentPage .equipmentPage-item:hover>p {
    color: #e60012;
}


/** partnerPage **/
.partnerPage {}

.partnerPage .partnerPage-con {
    margin-top: 3%;
}

.partnerPage .partnerPage-con-r {
    float: right;
    margin-left: 4%;
}

.partnerPage .partnerPage-container {}

.partnerPage .partnerPage-item {
    overflow: hidden;
    padding: 4% 2%;
    /*display: none;*/
}

.partnerPage .partnerPage-item:nth-child(2) {}

.partnerPage .partnerPage-itemTitle {
    font-size: 20px;
    font-weight: bold;
    color: #e60012;
    border-bottom: 4px solid #cccc;
    border-radius: 50%;
    text-align: center;
    padding-bottom: 2%;
}

.partnerPage .partnerPage-itemTxt {
    margin-top: 6%;
}

.partnerPage .partnerPage-itemTxt>p {
    font-size: 16px;
    margin-bottom: 10px;
    text-indent: 32px;
}

.partnerPage .partnerPage-itemTxt>img {
    margin-top: -8%;
}

.partnerPage .partnerPage-itemPic {
    margin-top: 6%;
}

.partnerPage .partnerPage-itemPic img {
    width: 100%;
}

.partnerPage .partnerPage-itemPic img:nth-child(2) {
    padding: 2%;
}

.partnerPage .partnerPage-item.partnerPage-item3 .partnerPage-itemPic {
    float: left;
    width: 50%;
    margin-right: 4%;
    margin-bottom: 4px;
}

.partnerPage .partnerPage-item.partnerPage-item3 .partnerPage-itemPic img {
    width: 100%;
}

.partnerPage .partnerPage-item:nth-child(2) .partnerPage-itemTxt {
    width: 100%;
    margin-top: 6%;
    background: url("http://www.czcqhc.com/theme/2016/images/partner/4.jpg") no-repeat;
    padding: 20% 0 10% 50%;
}


/** contact **/
.contactPage {
    width: 100%;
}

.contactPage .contactPage-con {
    margin-top: 3%;
    margin-bottom: 6%;
}

.contactPage .contactPage-con-r {
    float: right;
    margin-left: 4%;
}

.contactPage .contactPage-container {
    margin-top: 4%;
}

.contactPage .contactPage-t {}

.contactPage .contactPage-t img {
    width: 80px;
    vertical-align: middle;
}

.contactPage .contactPage-t span {
    font-size: 18px;
    margin-left: 2%;
    display: inline-block;
    vertical-align: middle;
}

.contactPage .contactPage-t span strong {
    display: block;
    font-size: 18px;
    color: #e60012;
}

.contactPage .contactPage-m {
    margin-top: 6%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
}

.contactPage .contactPage-m>div {
    width: 32%;
    margin-right: 2%;
    text-align: center;
}

.contactPage .contactPage-m>div p:nth-child(1) {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background-color: #e60012;
    border-radius: 50%;
}

.contactPage .contactPage-m>div p:nth-child(1) i {
    font-size: 24px;
    color: #fff;
}

.contactPage .contactPage-m>div p:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
}

.contactPage .contactPage-m>div p:nth-child(3),
.contactPage .contactPage-m>div p:nth-child(4) {
    font-size: 16px;
    line-height: 20px;
    max-width: 230px;
}

.contactPage .contactPage-m>div:nth-child(2) p:nth-child(1) i {
    font-size: 30px;
}

.contactPage .contactPage-b {
    margin-top: 6%;
    padding: 1%;
    border: 1px solid #ccc;
}

.contactPage .contactPage-b iframe {
    width: 100%;
    height: 402px;
    border: none;
}

.footer {
    background-color: #0e113c;
}

.foot-other .foot-link {
    margin-top: 6px;
    color: #999;
    text-align: left;
}

.foot-other .foot-link>p {
    margin: 0 0 6px 0;
    color: #fabe00;
    font-size: 1.3rem;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

.foot-other .foot-link a {
    display: inline-block;
    color: #fff;
    margin-right: 6px;
}

.foot-other {
    background-color: #3a3a3a;
    color: #fff;
    text-align: center;
    padding: 6px 0;
}

.foot-other a {
    color: #fff;
}

.footer .foot-item .intro {
    clear: both;
    margin-top: 5%;
    font-size: 1.3rem;
}

.footer .foot-item .intro a {
    color: #50c568;
}

/*** scrollTop ***/
.common-scrollTop {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0;
    bottom: 150px;
    display: none;
    z-index: 999;
    cursor: pointer;
}

.common-scrollTop img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
}

/****================== page ==================****/
.normal-banner {
    width: 100%;
}

.normal-banner img {
    width: 100%;
}

.normalNav-con {
    float: left;
    width: 240px;
}

.normalNav-con .normalNav-title {
    background-color: #e60012;
    color: #fff;
    font-size: 20px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.normalNav-con>ul {
    padding: 0;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.normalNav-con>ul>li {
    border-bottom: 1px solid #ccc;
}

.normalNav-con>ul>li.normalNav-nameT {}

.normalNav-con>ul>li.normalNav-nameT a {
    font-size: 18px;
    font-weight: bold;
}

.normalNav-con>ul>li.normalNav-nameT:hover>a,
.normalNav-con>ul>li.normalNav-nameT.active>a {
    color: #333;
}

.normalNav-con>ul>li>a {
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 16px;
    outline: none;
    text-decoration: none;
}

.normalNav-con>ul>li:hover>a,
.normalNav-con>ul>li.active>a {
    color: #e60012;
    font-weight: bold;
}

.normalNav-con .normalNav-phone {
    background-color: #e60012;
    text-align: center;
}

.normalNav-con .normalNav-phone>i {
    color: #fff;
    font-size: 38px;
    vertical-align: middle;
    margin-right: 6px;
}

.normalNav-con .normalNav-phone>div {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.normalNav-con .normalNav-phone>div>p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.normal-location {
    border: 1px solid #ccc;
    padding: 0px 10px;
}

.normal-location>i {
    color: #e60012;
    font-size: 20px;
}

.normal-location>span {
    font-size: 16px;
    margin-left: 4px;
}

.normal-location>span>a {
    color: #e60012;
    outline: none;
    text-decoration: none;
}

/*** product single ***/
.productsSingle {}

.productsSingle .productsSingle-con {
    margin-top: 3%;
}

.productsSingle .productsSingle-title {
    margin-top: 4%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.productsSingle .productsSingle-txt {
    width: 100%;
    margin-top: 2%;
    text-align: center;
}

.productsSingle .productsSingle-txt img {}

.pn {
    padding: 2%;
    border-top: 1px dotted #ccc;
    margin-top: 6%;
}

.pre,
.next {
    font-size: 14px;
    color: #999;
    margin-bottom: 3px;
}

.pre a,
.next a {
    color: #999;
}

.page_group {
    padding: 4% 0 0 0;
    border-top: 1px dotted #ccc;
    overflow: hidden;
    margin-top: 3%;
}

.page_group ul {
    overflow: hidden;
    float: right;
}

.page_group ul li,
.page_group ul .page-num {
    float: left;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #eee;
    margin-right: 10px;
    background-color: #9b9b9b;
    color: #fff;
}

.page_group ul li a {
    color: #fff;
}

.page_group ul li.active,
.page_group ul .page-num.page-num-current {
    background-color: #e60012;
}

.page_group ul li.active a {
    color: #fff;
}